ComponentOne DataGrid for WPF and Silverlight
DataGridSelectedItemsCollection<T> Constructor

C1.Silverlight.DataGrid Namespace > DataGridSelectedItemsCollection<T> Class : DataGridSelectedItemsCollection<T> Constructor
The indexer function.
The count function.
The contains function.
The enumerable function.
Initializes a new instance of the DataGridSelectedItemsCollection<T> class.
Syntax
'Declaration
 
Public Function New( _
   ByVal indexer As System.Func(Of Integer,T), _
   ByVal count As System.Func(Of Integer), _
   ByVal contains As System.Func(Of T,Boolean), _
   ByVal enumerable As System.Func(Of IEnumerable(Of T)) _
)
public DataGridSelectedItemsCollection<T>( 
   System.Func<int,T> indexer,
   System.Func<int> count,
   System.Func<T,bool> contains,
   System.Func<IEnumerable<T>> enumerable
)

Parameters

indexer
The indexer function.
count
The count function.
contains
The contains function.
enumerable
The enumerable function.
See Also

Reference

DataGridSelectedItemsCollection<T> Class
DataGridSelectedItemsCollection<T> Members